﻿2026-06-04T03:43:06.6821298Z ##[group]Run actions/checkout@v5
2026-06-04T03:43:06.6824100Z with:
2026-06-04T03:43:06.6825288Z   repository: SaberMage/spt-core
2026-06-04T03:43:06.6844635Z   token: ***
2026-06-04T03:43:06.6845799Z   ssh-strict: true
2026-06-04T03:43:06.6846990Z   ssh-user: git
2026-06-04T03:43:06.6848183Z   persist-credentials: true
2026-06-04T03:43:06.6849576Z   clean: true
2026-06-04T03:43:06.6850782Z   sparse-checkout-cone-mode: true
2026-06-04T03:43:06.6852243Z   fetch-depth: 1
2026-06-04T03:43:06.6853394Z   fetch-tags: false
2026-06-04T03:43:06.6854589Z   show-progress: true
2026-06-04T03:43:06.6855785Z   lfs: false
2026-06-04T03:43:06.6856918Z   submodules: false
2026-06-04T03:43:06.6858139Z   set-safe-directory: true
2026-06-04T03:43:06.6860129Z ##[endgroup]
2026-06-04T03:43:06.8403466Z Syncing repository: SaberMage/spt-core
2026-06-04T03:43:06.8408649Z ##[group]Getting Git version info
2026-06-04T03:43:06.8411230Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T03:43:06.8414834Z [command]/usr/bin/git version
2026-06-04T03:43:06.8416371Z git version 2.34.1
2026-06-04T03:43:06.8422159Z ##[endgroup]
2026-06-04T03:43:06.8435398Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/26d069c6-9b76-4953-8162-32ce6407a017/.gitconfig'
2026-06-04T03:43:06.8456020Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/26d069c6-9b76-4953-8162-32ce6407a017' before making global git config changes
2026-06-04T03:43:06.8462493Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T03:43:06.8466437Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T03:43:06.8518108Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T03:43:06.8547363Z https://github.com/SaberMage/spt-core
2026-06-04T03:43:06.8567172Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T03:43:06.8572927Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T03:43:06.8602743Z refs/heads/dev-freeform
2026-06-04T03:43:06.8616003Z [command]/usr/bin/git checkout --detach
2026-06-04T03:43:06.8682406Z HEAD is now at 269b8ef feat(net): M4-D5c remote-drive detection + file transfer (REQ-REACH-1)
2026-06-04T03:43:06.8750297Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T03:43:06.8789981Z Deleted branch dev-freeform (was 269b8ef).
2026-06-04T03:43:06.8840209Z ##[endgroup]
2026-06-04T03:43:06.8841947Z [command]/usr/bin/git submodule status
2026-06-04T03:43:06.9085751Z ##[group]Cleaning the repository
2026-06-04T03:43:06.9087634Z [command]/usr/bin/git clean -ffdx
2026-06-04T03:43:06.9118202Z Removing traceable-reqs
2026-06-04T03:43:06.9132162Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T03:43:06.9184990Z HEAD is now at 269b8ef feat(net): M4-D5c remote-drive detection + file transfer (REQ-REACH-1)
2026-06-04T03:43:06.9191578Z ##[endgroup]
2026-06-04T03:43:06.9194084Z ##[group]Disabling automatic garbage collection
2026-06-04T03:43:06.9202280Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T03:43:06.9239832Z ##[endgroup]
2026-06-04T03:43:06.9242780Z ##[group]Setting up auth
2026-06-04T03:43:06.9346765Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T03:43:06.9356440Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T03:43:06.9547590Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T03:43:06.9586755Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T03:43:06.9830826Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T03:43:06.9873543Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T03:43:07.0115581Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T03:43:07.0176799Z ##[endgroup]
2026-06-04T03:43:07.0179038Z ##[group]Fetching the repository
2026-06-04T03:43:07.0192495Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +269b8ef5bffa3b003519d98121c931c32054cbdd:refs/remotes/origin/dev-freeform
2026-06-04T03:43:07.5467146Z ##[endgroup]
2026-06-04T03:43:07.5469737Z ##[group]Determining the checkout info
2026-06-04T03:43:07.5472323Z ##[endgroup]
2026-06-04T03:43:07.5474738Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T03:43:07.5524218Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T03:43:07.5561392Z ##[group]Checking out the ref
2026-06-04T03:43:07.5566130Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T03:43:07.5617860Z Switched to a new branch 'dev-freeform'
2026-06-04T03:43:07.5632786Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T03:43:07.5638033Z ##[endgroup]
2026-06-04T03:43:07.5677363Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T03:43:07.5712992Z 269b8ef5bffa3b003519d98121c931c32054cbdd
